Einhugur Word Plugin for Xojo

Table.ColumnWidth Method

Getter method for getting column width.

ColumnWidth(
   index as Integer,
   unit as EinhugurWord.Units) as Double

Parameters

index
Index of the column to get the width for. (Zero based)
unit
Unit type to get the result as.

Returns

Double
The result in the requested unit.

Remarks

This method will throw OutOfBoundsException if index is out of range.

See Also

Table Class